home *** CD-ROM | disk | FTP | other *** search
/ El Mac 8 / El Mac 8.iso / Shareware / Demos / OpenStack™ (Demo US) / OpenStack™ Demo / Objects Library (Demo) / XCMD / HideDesktop / HideDesktop.rsrc / HELP_5635 < prev    next >
Encoding:
Text File  |  1995-10-23  |  840 b   |  42 lines

  1. HideDesktop (XCMD)
  2.  
  3. This XCMD allows you to hide the desktop.
  4.  
  5. Parametres:
  6.  
  7. HideDesktop <ON/OFF>[,<R,V,B>]
  8.  
  9. - <ON/OFF> => enables on disables the command.
  10. The use of TRUE/FALSE instead ON/OFF is possible.
  11.  
  12. Optional:
  13. - <R,V,B>  => allows to give a chosen color to the background (default R=0,V=0,B=0, that is black).
  14.  
  15. Syntax:
  16.  
  17. HideDesktop "?"  -- returns some help
  18. HideDesktop "!"  -- returns version number
  19.  
  20. on mouseUp
  21.   HideDesktop "ON"
  22. end mouseUp
  23.  
  24. on mouseUp
  25.   HideDesktop "OFF"
  26. end mouseUp
  27.  
  28. Erreor messages: 
  29.  
  30. - Error: wrong parameters!
  31. - Error: low memory!
  32. - Error: HideDeskTop is  already in use!
  33. - Error: Unable to hide the desktop (low memory)!
  34. - Error: Unable to close HideDeskTop window , you must install it before!
  35.  
  36. Copyright: 
  37.  
  38. HideDesktop ©1994-95 by Harry Alloul - All rights reserved.
  39.  
  40. This is part of OpenStack™ package.
  41.